.lined-text {
                display: flex;
                align-items: center;
                text-align: center;
                color: #41464b;
                font-size: 20px;
                font-family: Arial, sans-serif;
            }

            .lined-text::before,
            .lined-text::after {
                content: "";
                flex: 1;
                border-bottom: 1px solid #41464b;
                margin: 0 10px;
                width: 500px;

            }
            .logo-container {
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .logo-container img {
                max-width: 80%;
                height: auto;
            }

            @media (max-width: 768px) {
                .logo-container img {
                    max-width: 50%;
                }
            }
            .construction-message {
                text-align: center;
                font-weight: bold;
                text-transform: uppercase;
                margin-top: 100px;
            }
.h-color: {
  color:#41464b;
}

svg {
	width :20px;
}
